home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / styles / menu.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-12-12  |  1.1 KB  |  52 lines

  1. /* CSS Document */
  2. body 
  3. {
  4.   margin: 0 0 0 0;
  5.   padding: 0 0 0 0;
  6.   font-family: verdana, arial, helvetica, sans-serif;
  7.   background-color: transparent;
  8. }
  9.  
  10. *
  11. {
  12.   margin: 0;
  13.   padding: 0;
  14.   border: none;
  15.   scrollbar-face-color: #00388C;
  16.   scrollbar-arrow-color: #fff;
  17.   scrollbar-track-color: #e0e0e0;
  18. }
  19.  
  20. a.pageMenuButton {
  21.   color: white;
  22.   font-weight: bold;
  23.   font-size: 12px;
  24.   display: block; 
  25.   height: 22px;
  26.   background-image: url('../images/toolbuttons/button_normal.png'); 
  27.   background-repeat: repeat-x; 
  28.   text-decoration: none;
  29.   padding: 3px 20px 0 20px; 
  30.   text-align: center;
  31. }
  32.  
  33. a.pageMenuButton:hover {
  34.   color: white;
  35.   font-weight: bold;
  36.   background-image: url('../images/toolbuttons/button_hover.png');
  37.   text-decoration: none;
  38. }
  39.  
  40. span.pageMenuButton {
  41.   color: white;
  42.   font-weight: bold;
  43.   font-size: 12px;
  44.   display: block; 
  45.   height: 22px;
  46.   background-image: url('../images/toolbuttons/button_normal.png'); 
  47.   background-repeat: repeat-x; 
  48.   text-decoration: none;
  49.   padding: 3px 20px 0 20px; 
  50.   text-align: center;
  51. }
  52.